Add man page for cargo login
authorPanashe M. Fundira <fundirap@gmail.com>
Tue, 26 Jul 2016 00:55:58 +0000 (20:55 -0400)
committerPanashe M. Fundira <fundirap@gmail.com>
Tue, 26 Jul 2016 00:55:58 +0000 (20:55 -0400)
src/etc/man/cargo-login.1 [new file with mode: 0644]

diff --git a/src/etc/man/cargo-login.1 b/src/etc/man/cargo-login.1
new file mode 100644 (file)
index 0000000..a82c828
--- /dev/null
@@ -0,0 +1,41 @@
+.TH "CARGO\-LOGIN" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-login \- Save an API token from the registry locally
+.SH SYNOPSIS
+.PP
+\f[I]cargo login\f[] [OPTIONS] [<TOKEN>]
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-host \f[I]HOST\f[]
+Host to set the token for
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-publish(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.